React Server Components, Next.js App Router and examples
@addyosmani: Looking for examples of React Server Components & Next.js App Router? My rough notes:…
https://pbs.twimg.com/media/FvizPEXaMAAAtVw.jpg
Facilitate a seamless code transition experience, also referred to as "knitting," between server and client components サーバーとクライアントのコンポーネント間で、「ニッティング」とも呼ばれるシームレスなコード移行体験を促進する。
RSCs share similarities with Astro components in their server-only mental model RSCは、サーバーのみのメンタルモデルでAstroコンポーネントと共通点がある
RSC protocol enables the server to expose a special endpoint for the client to request parts of the component tree, allowing for SPA-like routing with MPA-like architecture
RSCプロトコルにより、サーバーはクライアントがコンポーネントツリーの一部を要求するための特別なエンドポイントを公開し、MPAライクなアーキテクチャでSPAライクなルーティングを可能にする。
The React team believes RSCs will eventually be widely adopted and change the ecosystem. React community members open to helping folks adopt RSC.
Reactチームは、RSCがいずれ広く採用され、エコシステムを変えると信じています。Reactコミュニティのメンバーは、人々がRSCを採用するのを助けることに前向きです。
関連
@d151005: 難解な App Router 目玉機能の挙動を視覚化しました。 ◆ 並列ルート
メイン領域とサイドバー領域など、複数箇所のルートを別管理できる。@... で定義。
◆ 傍受ルート
遷移先を横取りできる。直接遷移先のURLを開くことで本来の遷移先を表示可能。(.)... で定義。